home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / exampleCode / opengl / colorChooser / README < prev   
Encoding:
Text File  |  1994-08-02  |  1.7 KB  |  35 lines

  1.  
  2.          ~4Dgifts/toolbox/src/exampleCode/opengl/colorChooser README
  3.  
  4.               OpenGL Color Chooser Widget - libGLColorChooser.a
  5.  
  6.      
  7.       The OpenGL version of the color chooser widget, contained in 
  8.       libGLColorChooser.a, is identical in usage and functionality to the 
  9.       IRIS GL version of the color chooser widget found in libSgm. (Refer 
  10.       to the man page on SgColorChooser for a description of the color
  11.       chooser widget.)  OpenGL applications wanting to use the color
  12.       chooser widget, must link with the libGLColorChooser.a instead of 
  13.       libSgm to pick up the OpenGL version of the widget.  Applications
  14.       using the OpenGL color chooser must also link with libGL, libGLU,
  15.       and libGLw.
  16.        
  17.       The include files found in the "includes" directory, are duplicates
  18.       of the SgColorChooser widget include files for libSgm (found in
  19.       /usr/include/Sgm), modified for use with OpenGL.  Applications 
  20.       using the OpenGL version of the SgColorChooser widget MUST use the
  21.       .h files provided in the includes directory, rather than the files 
  22.       found in /usr/include/Sgm.  For completeness, we have left these 
  23.       includes/*.h files in place to keep them with the library, so the 
  24.       OpenGL version of this widget is consistent with the GL version
  25.       found in libSgm & /usr/include/Sgm.  See the man page on 
  26.       SgColorChooser for the appropriate usage of the include files.
  27.        
  28.       The sample program, chooser_sample.c, illustrates the most basic
  29.       use of the OpenGL color chooser widget.  To invoke the color 
  30.       chooser widget, select "Actions" from the menu bar, then "Color 
  31.       Chooser" from the menu. 
  32.      
  33.          -- Ann LaGrone, 1994
  34.  
  35.